2005-10-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
docs. (#317682, Christian - Manny Calavera - Neumair)
2005-10-26 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
+ docs. (#317682, Christian - Manny Calavera - Neumair)
+
* gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
seem to affect the placement of the data in the readonly
section, and causes problems with some compilers. (#317844)
2005-10-26 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
+ docs. (#317682, Christian - Manny Calavera - Neumair)
+
* gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
seem to affect the placement of the data in the readonly
section, and causes problems with some compilers. (#317844)
* @path: A #GtkTreePath pointing to the tree node whose children have been
* reordered
* @iter: A valid #GtkTreeIter pointing to the node whose children have been
- * reordered
+ * reordered, or %NULL if the depth of @path is 0.
* @new_order: an array of integers mapping the current position of each child
* to its old position before the re-ordering,
* i.e. @new_order<literal>[newpos] = oldpos</literal>.